org.eclipse.vtp.framework.webservices
Interface IWebService


public interface IWebService

IWebService.

Author:
Lonnie Pryor

Method Summary
 java.lang.String[] getConfiguredPorts()
           
 java.net.URL getEndpointAddress(java.lang.String configuredPortName)
          Returns the target of this web service or null if no target is available.
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

getConfiguredPorts

java.lang.String[] getConfiguredPorts()

getEndpointAddress

java.net.URL getEndpointAddress(java.lang.String configuredPortName)
Returns the target of this web service or null if no target is available.

Parameters:
configuredPortName - The name of the port to return the endpoint of.
Returns:
The target of this web service.